home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / tcp / cp5.lha / cp5 / docs / arexxport < prev    next >
Text File  |  1980-01-01  |  2KB  |  88 lines

  1. Cp5 Arexx Port
  2. --------------
  3. All arexx commands correspond to their menu or buttons on Control Panel 5,
  4. unless otherwise stated.
  5.  
  6. The Arexx port is called CP5PORT, so to execute a command from another arexx
  7. program you would enter the following
  8.  
  9. address CP5PORT "Command"
  10.  
  11. e.g.
  12.  
  13. To change to vertical mode
  14.  
  15. address command "GO_VERTICAL"
  16.  
  17. From ados you would use the command
  18.  
  19. rx 'address CP5PORT "command"'
  20.  
  21. Anything sent to CP5PORT with the prefix GO_ will be sent to the status
  22. display window, so address CP5PORT "GO_SAY FRED", will display "GO FRED" in
  23. the status display.
  24.  
  25. The Commands
  26. ------------
  27. GO_ABOUT
  28. GO_AMICONNECTPREFS
  29. GO_ARCHIE
  30. GO_AUTHOR - Emails Me!
  31. GO_AUTO
  32.  
  33. GO_CHANGEDUSER - Tells CP that user details have been changed
  34. GO_CHANGEPOP - Tells CP that the pop has changed
  35. GO_CHANGEUSER
  36. GO_CONNECT
  37. GO_CONNECTED popname telno - Tells CP that you have connected to the net
  38. GO_CPIS
  39.  
  40. GO_DEARC
  41. GO_DISCONNECT
  42. GO_DISCONNECTED - Tells CP that you have disconnected
  43.  
  44. GO_EDIT1 GO_EDIT2 .. GO_EDITn (where n is the edit menu number)
  45. GO_EDITPREFS
  46.  
  47. GO_FINGER
  48. GO_FTP
  49.  
  50. GO_GOPHER
  51.  
  52. GO_HELP
  53.  
  54. GO_IRC
  55.  
  56. GO_MAIL
  57. GO_MAINPREFS
  58. GO_MINI - Selects reduced horizontal display
  59.  
  60. GO_NEWS
  61. GO_NEWSED
  62. GO_NORMAL - Selects Normal Display
  63.  
  64. GO_OPT1 GO_OPT2 .. GO_OPTn (where n is the option number)
  65. GO_OPTIONSPREFS
  66.  
  67. GO_POP1 GO_POP2 .. GO_POPn (where n is the pop number)
  68. GO_POPSPREFS
  69. GO_PREFS
  70. GO_PREFSCHANGED
  71. GO_PROGRAMSPREFS
  72.  
  73. GO_QUIT
  74.  
  75. GO_START
  76. GO_STOP
  77. GO_SYSCHANGED
  78.  
  79. GO_TELNET
  80.  
  81. GO_USER1 GO_USER2 .. GO_USERn (where n is the user number)
  82. GO_UUXT
  83.  
  84. GO_VERTICAL - Selects Vertical Display
  85.  
  86. GO_WWW
  87.  
  88.